Skip to content

Conversation

logc
Copy link

@logc logc commented Aug 9, 2025

solves #320

Basic examples run into error No given instance of type fastparse.ParsingRun[$] since Scala 3.5. This can be manually worked around by replacing parse("a", parseA(_)) with parse("a", using _) since a using keyword is now required.

logc added 2 commits August 9, 2025 19:05
solves com-lihaoyi#320

Basic examples run into error `No given instance of type
fastparse.ParsingRun[$]` since Scala 3.5. This can be manually worked
around by replacing `parse("a", parseA(_))` with `parse("a", using _)`
since a using keyword now appears to be required.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant